home *** CD-ROM | disk | FTP | other *** search
- #define TOPIC_CONTROL_NETCLIENT 1
- #define TOPIC_CONTROL_INI 2
- #define TOPIC_CONTROL_NETSERVER 3
-
- #define PROPERTY_UNUSED 199
- #define PROPERTY_NAME 100
- #define PROPERTY_PARENT 101
- #define PROPERTY_INDEX 102
- #define PROPERTY_TOP 103
- #define PROPERTY_LEFT 104
- #define PROPERTY_TAG 105
- #define PROPERTY_HWND 106
- #define PROPERTY_ABOUT 107
-
- #define NC_PROP_BLOCK 108
- #define NC_PROP_CONNECT 109
- #define NC_PROP_DEBUG 110
- #define NC_PROP_HOSTADDR 111
- #define NC_PROP_HOSTNAME 112
- #define NC_PROP_HOSTADDRESSCNT 113
- #define NC_PROP_HOSTADDRESSLIST 114
- #define NC_PROP_HOSTALIASCOUNT 115
- #define NC_PROP_HOSTALIASLIST 116
- #define NC_PROP_ERRORMESSAGE 117
- #define NC_PROP_ERRORNUMBER 118
- #define NC_PROP_LINE 119
- #define NC_PROP_LINEDELIMITER 120
- #define NC_PROP_LOCALPORT 121
- #define NC_PROP_LOCALSERVICE 122
- #define NC_PROP_RECVBLOCK 123
- #define NC_PROP_RECVCOUNT 124
- #define NC_PROP_RECVLINE 125
- #define NC_PROP_RECVSIZE 126
- #define NC_PROP_RECVTHRESHOLD 127
- #define NC_PROP_REMOTEPORT 128
- #define NC_PROP_REMOTESERVICE 129
- #define NC_PROP_SENDBLOCK 130
- #define NC_PROP_SENDCOUNT 131
- #define NC_PROP_SENDLINE 132
- #define NC_PROP_SENDSIZE 133
- #define NC_PROP_SENDTHRESHOLD 134
- #define NC_PROP_SOCKET 135
- #define NC_PROP_TIMEOUT 136
- #define NC_PROP_VERSION 137
- #define NC_PROP_HOST 138
-
- #define NC_EVNT_ONCONNECT 200
- #define NC_EVNT_ONRECV 201
- #define NC_EVNT_ONSEND 202
- #define NC_EVNT_ONCLOSE 203
- #define NC_EVNT_ONTIMEOUT 204
- #define NC_EVNT_ONERROR 205
-
- #define INI_PROP_DEFAULT 300
- #define INI_PROP_ENTRY 301
- #define INI_PROP_FILENAME 302
- #define INI_PROP_SECTION 303
- #define INI_PROP_VALUE 304
-
- #define NS_PROP_DEBUG 400
- #define NS_PROP_ERRORMESSAGE 401
- #define NS_PROP_ERRORNUMBER 402
- #define NS_PROP_LISTEN 403
- #define NS_PROP_LOCALPORT 404
- #define NS_PROP_LOCALSERVICE 405
- #define NS_PROP_QUEUESIZE 406
- #define NS_PROP_SOCKET 407
- #define NS_PROP_VERSION 408
-
- #define NS_EVNT_ONACCEPT 500
- #define NS_EVNT_ONERROR 501
-